Add Glow
Add Glow
Example AEJuice Toolbar and kBar parameters with default values:
{"color":[0,0.49,1,1],"intensity":84,"radius":26}
Learn more
color (text or array). Glow color. Values: hex code, for example, #FF0000 or rgba array in a range 0-1, for example, [1, 1, 1, 0].
intensity (number). Values: between 0 and 100. Supports float numbers like 0.5, 3.5, 7.2, etc.
radius (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.
Add "ui":true parameter to open script's interface instead of running it directly.
If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"color":[0,0.49,1,1],"intensity":84,"radius":26,"ui":true}.